OnClientIsDroppedDownChanging Property (DropDown<T>)
In This Topic
Occurs before the drop down is shown or hidden.
Syntax
'Declaration
Public Property OnClientIsDroppedDownChanging As System.String
'Usage
Dim instance As DropDown(Of T)
Dim value As System.String
instance.OnClientIsDroppedDownChanging = value
value = instance.OnClientIsDroppedDownChanging
public System.string OnClientIsDroppedDownChanging {get; set;}
public read-write property OnClientIsDroppedDownChanging: System.String;
public function get,set OnClientIsDroppedDownChanging : System.String
public: __property System.string* get_OnClientIsDroppedDownChanging();
public: __property void set_OnClientIsDroppedDownChanging(
System.string* value
);
public:
property System.String^ OnClientIsDroppedDownChanging {
System.String^ get();
void set ( System.String^ value);
}
See Also